crypto/tls.clientHelloMsg.ticketSupported (field)
11 uses
crypto/tls (current package)
handshake_client.go#L231: hello.ticketSupported = false
handshake_client.go#L402: hello.ticketSupported = true && !echInner
handshake_client.go#L1009: if !hs.hello.ticketSupported {
handshake_messages.go#L82: ticketSupported bool
handshake_messages.go#L127: if m.ticketSupported && !echInner {
handshake_messages.go#L533: m.ticketSupported = true
handshake_messages.go#L698: ticketSupported: m.ticketSupported,
handshake_server.go#L582: hs.hello.ticketSupported = hs.clientHello.ticketSupported && !c.config.SessionTicketsDisabled
handshake_server_tls13.go#L718: ch.ticketSupported != ch1.ticketSupported ||
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)